home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Demos / OOFILE / Buildable, limited OOFILE / OOFILE headers / oofctree.inl < prev    next >
Encoding:
Text File  |  1995-06-04  |  485 b   |  23 lines  |  [TEXT/CWIE]

  1. // COPYRIGHT 1994 A.D. Software, All rights reserved
  2.  
  3. // OOFILE c-tree Plus backend implementation
  4.  
  5. // EXPORTED inline definitions
  6.  
  7. // -------------------------------------------------------
  8. //                d b C o n n e c t _ c t r e e
  9. // -------------------------------------------------------
  10. inline bool dbConnect_ctree::isReadLocked() const
  11. {
  12.     return mLockingState==readLocking;
  13. }
  14.  
  15.  
  16. inline bool dbConnect_ctree::isWriteLocked() const
  17. {
  18.     return mLockingState==writeLocking;
  19. }
  20.  
  21.  
  22.  
  23.